home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / Dynamo 4.2 for GSBug 1.5b10 / app.builder / app.config next >
Encoding:
Text File  |  1990-09-21  |  575 b   |  28 lines  |  [TEXT/MPS ]

  1. ****************************************************************
  2. *                            *
  3. * buildapp.system                        *
  4. *                            *
  5. * Apple II 8-bit application builder and launcher.        *
  6. * Copyright (C) 1990 Apple Computer.            *
  7. * Version 4.1                        *
  8. *                            *
  9. * Written by Eric Soldan, Apple II DTS            *
  10. *                            *
  11. ****************************************************************
  12.  
  13. * Application configuration
  14.  
  15. ******************
  16.  
  17. mode        equ    0
  18. address        equ    2
  19. buildaddr    equ    4
  20. applen        equ    6
  21. filetype        equ    8
  22. auxtype        equ    10
  23. nextAddr        equ    12
  24.  
  25. ptr        equ    $62        ;long
  26. attr        equ    $66        ;word
  27. userID        equ    $68        ;word
  28.